home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / oneclickoptimizer.exe / RCDATA / TFRMSPYWARE / TFRMSPYWARE.txt
Text File  |  2010-01-14  |  4KB  |  137 lines

  1. object frmSpyware: TfrmSpyware
  2.   Left = 372
  3.   Top = 183
  4.   AutoScroll = False
  5.   Caption = 'Spyware'
  6.   ClientHeight = 453
  7.   ClientWidth = 685
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     685
  19.     453)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 449
  26.     Height = 49
  27.     AutoSize = False
  28.     Caption = 'Please select files you wish to delete.'
  29.     Transparent = True
  30.   end
  31.   object vtree1: TVirtualDrawTree
  32.     Left = 8
  33.     Top = 32
  34.     Width = 662
  35.     Height = 377
  36.     Anchors = [akLeft, akTop, akRight, akBottom]
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = 5263440
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = []
  42.     Header.AutoSizeIndex = 0
  43.     Header.Font.Charset = DEFAULT_CHARSET
  44.     Header.Font.Color = clWindowText
  45.     Header.Font.Height = -11
  46.     Header.Font.Name = 'Tahoma'
  47.     Header.Font.Style = []
  48.     Header.Height = 20
  49.     Header.Options = [hoDrag, hoHotTrack]
  50.     ParentFont = False
  51.     PopupMenu = PopupMenu1
  52.     TabOrder = 0
  53.     TreeOptions.AutoOptions = [toAutoExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes]
  54.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  55.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  56.     TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toLevelSelectConstraint, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSiblingSelectConstraint, toCenterScrollIntoView, toSimpleDrawSelection]
  57.     OnChecked = vtree1Checked
  58.     OnDrawNode = vtree1DrawNode
  59.     OnInitNode = vtree1InitNode
  60.     OnResize = vtree1Resize
  61.     Columns = <
  62.       item
  63.         Position = 0
  64.         Width = 310
  65.       end>
  66.   end
  67.   object btnOK: TBitBtn
  68.     Left = 501
  69.     Top = 421
  70.     Width = 75
  71.     Height = 25
  72.     Anchors = [akRight, akBottom]
  73.     Caption = 'OK'
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77.   object btnCancel: TBitBtn
  78.     Left = 595
  79.     Top = 421
  80.     Width = 75
  81.     Height = 25
  82.     Anchors = [akRight, akBottom]
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87.   object PopupMenu1: TPopupMenu
  88.     Left = 312
  89.     Top = 112
  90.     object SelectAll1: TMenuItem
  91.       Action = actSelectall
  92.     end
  93.     object DeselectAll1: TMenuItem
  94.       Action = actDeselectall
  95.     end
  96.     object InverseSelection1: TMenuItem
  97.       Action = actInverse
  98.     end
  99.     object N1: TMenuItem
  100.       Caption = '-'
  101.     end
  102.     object Ignore1: TMenuItem
  103.       Action = actIgnore
  104.     end
  105.     object N2: TMenuItem
  106.       Caption = '-'
  107.     end
  108.     object OpeninRegedit1: TMenuItem
  109.       Action = actRegedit
  110.     end
  111.   end
  112.   object ActionList1: TActionList
  113.     Left = 376
  114.     Top = 24
  115.     object actSelectall: TAction
  116.       Caption = 'Select All'
  117.       OnExecute = actSelectallExecute
  118.     end
  119.     object actDeselectall: TAction
  120.       Caption = 'Deselect All'
  121.       OnExecute = actDeselectallExecute
  122.     end
  123.     object actInverse: TAction
  124.       Caption = 'Inverse Selection'
  125.       OnExecute = actInverseExecute
  126.     end
  127.     object actIgnore: TAction
  128.       Caption = 'Ignore'
  129.       OnExecute = actIgnoreExecute
  130.     end
  131.     object actRegedit: TAction
  132.       Caption = 'Open in Regedit'
  133.       OnExecute = actRegeditExecute
  134.     end
  135.   end
  136. end
  137.